ComponentOne Data Source for Entity Framework
C1.LiveLinq Namespace / IObservableSource<T> Interface / IsDeletedStateAvailable Property

In This Topic
    IsDeletedStateAvailable Property
    In This Topic
    Gets a value indicating whether an item of this collection can still return correct property values after it has been deleted from the collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsDeletedStateAvailable As System.Boolean
    System.bool IsDeletedStateAvailable {get;}

    Property Value

    true if deleted items can still be used to get property values.
    See Also